home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / closedor.zip / CLOSEDOR.DOC < prev   
Text File  |  1991-03-08  |  6KB  |  161 lines

  1.  
  2.                           ▓▒░ ClosedDoor  ░▒▓
  3.                           ▓▒░ Version 1.0 ░▒▓
  4.  
  5.  
  6.                              March 8, 1991
  7.  
  8.                              Premo Mondone
  9.                              Copyright 1991
  10.                      PC Solutions of Cleveland BBS
  11.  
  12.                PC Solutions of Cleveland - Cleveland, TN
  13.                      (615) 476-2874 1200/2400 Baud
  14.  
  15.  
  16.  
  17. Intro:
  18. ─────
  19.  
  20. ClosedDoor was written using QuickBasic v4.5 utilizing Todd Miller's
  21. Door Source v3.2 Library.  ClosedDoor is a simple easy to use door that
  22. is used whenever a door is temporarily closed or still under
  23. construction.
  24.  
  25. This software is released to the "public domain" and is absolutely free.
  26. However, if ya like it and want to contribute something, then send money
  27. to some poor SysOp who has just had a hard drive crash or something!
  28.  
  29. Door Source has many advantages over most Door Libraries for QuickBasic.
  30. One advantage is that the patched Brun45.exe is NOT needed.  In addition
  31. to the above it also has the following features:
  32.  
  33.           *  Handles comm port by assembly interrupt routines.
  34.           *  A sysop page routine.
  35.           *  Support for bauds up to 52,600 bps!
  36.           *  Properly credits chat time to caller's time left.
  37.           *  Always checking for a loss of carrier.
  38.           *  Supports PCBoard 14.x, PCBoard 11.x and 12.x!
  39.           *  Now Supports WildCat, RBBS, etc.
  40.           *  Handles locking ports
  41.  
  42. One of Door Source's advantages over some of the other door writing
  43. utilities is that Door Source can support several versions of PCBoard!
  44. Now with version 3.2 of DoorSource, WildCat, RBBS and BBS Software
  45. utilizing DOORSYS are also supported. The versions of PCBoard are 11.8
  46. and up, including support for 14.0 and up! The default bbs type is
  47. PCBoard 14.x. If you wish to change that, simply put this into your
  48. environment table by using the DOS command, SET in your autoexec.bat
  49. file.
  50.  
  51.   SET DORSRC=PCB14    -   Door Source will run PCBoard 14.x (DEFAULT)
  52.   SET DORSRC=PCB121   -   Door Source will run PCBoard 11.8+ with COM1
  53.   SET DORSRC=PCB122   -   Door Source will run PCBoard 11.8+ with COM2
  54.   SET DORSRC=WILDCAT  -   Door Source will run Wildcat
  55.   SET DORSRC=RBBS     -   Door Source will run in RBBS mode
  56.   SET DORSRC=DOORSYS  -   Door Source will use the DOOR.SYS
  57.  
  58. Another way to change the setting for the bbs type is on the command
  59. line, simply put PCB121 on the command line for PCBoard 11.8+ on COM1
  60. and PCB122 on the command line for PCBoard 11.8+ on COM2, like this :
  61.  
  62.                       CLOSED CLOSED.CFG PCB121
  63.  
  64.  
  65. For WildCat, and I suspect other systems, you MUST specify the BBS on
  66. the command line that fires up ClosedDoor.  For example:
  67.  
  68.                       CLOSED CLOSED.CFG WILDCAT
  69.                       CLOSED CLOSED.CFG RBBS
  70.                       CLOSED CLOSED.CFG DOORSYS
  71.  
  72. I am not certain on the RBBS or DoorSys BBS's (I have yet to have a BETA
  73. tester from one of these systems verify this), but thanks to Gene
  74. Coleman, SysOp of the Silver Bullet (a WildCat BBS), I am certain that
  75. it works and IS REQUIRED for WildCat systems. You can't specify PCB14 on
  76. the command line, instead, Door Source will default to it.  To be safe,
  77. I would include the SET command in my autoexec.bat AND the bbs parameter
  78. as shown above in the command line that fires up ClosedDoor.
  79.  
  80. Here are the filenames Door Source will look for in the first line of
  81. the configuration file:
  82.  
  83. PCBOARD.SYS  - PCBoard systems
  84. CALLINFO.BBS - WildCat systems
  85. DORINFO1.DEF - RBBS systems
  86. DOOR.SYS     - For DOOR.SYS usage
  87.  
  88. Setup:
  89. ─────
  90.  
  91. Setup for ClosedDoor is real simple.  The batch file to load the door
  92. should be as follows:
  93.  
  94. F:                         <----- Drive containing ClosedDoor
  95. cd\doors\closed            <----- Subdirectory containing ClosedDoor
  96. closed closed.cfg          <----- Command Line to load ClosedDoor
  97. D:                         <----- Drive containing PCB directory
  98. cd\pcb                     <----- Change directory to PCB
  99. board                      <----- Re-Load PCBoard
  100.  
  101. The config file for ClosedDoor (closed.cfg), is as follows:
  102.  
  103. D:\pcb\pcboard.sys   <----- Drive and directory containing pcboard.sys
  104. PC Solutions         <----- Name of your BBS
  105. Premo                <----- SysOp's first name
  106. Mondone              <----- SysOp's last name
  107.  
  108. Both files above can be created with any pure ascii editor.
  109.  
  110. There is also a "closed" screen that is included that can be modified as
  111. you see fit.  This is the screen that the caller will see that explains
  112. why the door is closed. There should be both an ascii version and an
  113. ansi version as well.
  114.  
  115. Other features:
  116. ──────────────
  117.  
  118. ClosedDoor while in operation will have the status line on the bottom
  119. the screen on line 24 and line 25. It will show these things:
  120.  
  121.             1. The caller's baud rate
  122.             2. The caller's name
  123.             3. Time left in the door in minutes.
  124.             4. The name of your door and release version number.
  125.             5. Door Source 3.2
  126.             6. The time the door was entered, current time and flags if any.
  127.             7. Graphics mode (GR) or (NGR)
  128.             8. Bell/Caller alarm toggle status
  129.  
  130.  
  131.  
  132. The function keys open for the sysop to use are the following:
  133.  
  134.         (F4)    Page Bell Toggle
  135.         (F7)    Caller Alarm Toggle
  136.         (F8)    Return the user to the bbs
  137.         (F10)   Start chat with user
  138.         (ESC)   End chat with user
  139.         (ALT-X) Exit to DOS after sign-off toggle
  140.         (ALT-N) Sysop on next toggle
  141.  
  142. That's about it for now.  I am open to suggestions on improving
  143. ClosedDoor. This is the first version and I'm sure there will be some
  144. things that I left out or forgot.  I can be contacted on PC Solutions or
  145. the SysOp's Conference of any member of the LiteLink Mail Network.
  146.  
  147. HISTORY:
  148. ───────
  149. March 8, 1991: Initial v1.0 released.
  150.  
  151. Thanks to:
  152. ──────────
  153. Steve Stanfield, SysOp of Skyline BBS
  154. Doug Carpenter, SysOp of PC Junction BBS
  155. John McEntee, SysOp of The Blue Moon BBS
  156. Gene Coleman, SysOp of The Silver Bullet BBS
  157.  
  158. and of course, last but not least.....
  159. Todd Miller, SysOp of PC Technologies BBS.
  160.  
  161.